
*{
    margin: 0;
    padding:0;
}
input,button{
    outline: none;
}
a,a:hover{
    text-decoration: none;
}
/* img{
    max-width: 100%;
    max-height: 100%;
} */
ul,li{
    list-style: none;
}
img {
    width: 100%;
}
@media (min-width: 1600px){
    .container{
        max-width: 1560px;
    }
}
@media (min-width: 1200px){
    /*.container{*/
    /*    max-width: 1560px;*/
    /*}*/
}
.a-center{
    align-items: center;
}

#banner .swiper-slide img {
    width: 100%;
}

.company-page {
    padding: 200px 0;
}
.company-page .title {
    font-size: 30px;
}
.company-page .content {
    line-height: 32px;
    margin: 40px 0;
}
.company-page .com-pic {
    text-align: center;
    max-width: 648px;
    max-height: 380px;
    margin-top: 40px;
    background: url('../static/img/home/nihao-zhizi-right-bg.jpg') no-repeat;
    background-size: 100% 100%;
}
.y-more {
    display: flex;
    align-items: center;
    border: 1px solid #0281FF;
    width: 215px;
    border-radius:30px;
    padding: 5px 0;
    color: #000;
    justify-content: center;
}
.y-more .icon{
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #0281FF;
    color: #fff;
    border-radius: 50%;
    margin-left: 20px;
    justify-content: center;
    padding-right: 5px;
}
.y-more .icon .iconfont{
    transform: rotate(90deg);
    font-size: 24px;
}

.y-more2 {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    width: 215px;
    border-radius:30px;
    padding: 5px 0;
    color: #fff;
    justify-content: center;
}
.y-more2 .icon{
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    margin-left: 20px;
    justify-content: center;
    padding-right: 5px;
}
.y-more2 .icon .iconfont{
    transform: rotate(90deg);
    font-size: 24px;
    color: #0281FF;
}
.y-more2:hover {
    color: #fff;
}
.map-gif{
    position: relative;
    height: 1083px;
    background:url('../static/img/mapgif.gif') no-repeat;
    background-size: 100% 100%;
}
.num-wrap{
    height: 100%;
    display: flex;
    align-items: center;
}
.map-gif .map-number{
    height: 1083px;
    padding-left: 50px;
}
.map-gif .number .num{
    font-size: 168px;
    vertical-align: text-bottom;
    display: flex;
    color: #0B85FF;
    margin-top: -132px;
}
.map-gif .number .txt{
    vertical-align: bottom;
    padding-left: 10px;
    font-size: 20px;
}
.map-gif .number .txt p{
    margin: 0;
}
.map-gif .number .txt .p1-text {
    padding-bottom: 10px;
}
.y-homepage3-list {

}
.y-homepage3-list .li {
    padding-bottom: 20px;
}
.y-homepage3-list .li .left {
    width: 36px;
    /* height: 38px; */
    vertical-align: middle;
}
.y-homepage3-list .li .cont {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding-left: 38px;
    vertical-align: middle;
}

/* 底部 */
.footer{
    padding: 50px 0;
    background: #242424;
    color: #929292;
}
.footer .qrcode{
    margin: 25px 0;
}
.footer .qrcode .item{
    width: 130px;
    height: 130px;
    margin-right: 15px;
}
.footer .qrcode .item img{
    width: 100%;
    height: 100%;
}
.footer .title{
    color: #FFFFFF;
    margin-bottom: 24px;
}
.footer hr{
    border-top: 1px solid #8F8F8F;
}
.footer .content hr{
    width: 20px;
    height: 1px;
    border: none;
    background: #4D86C4;
}
.footer .product ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .product ul li{
    margin-right: 38px;
    font-size: 14px;
}
.footer .product ul li a{
    color: #929292;
}
.footer .callme li{
    line-height: 2;
    word-wrap: break-word;
}
.footer  .powerby{
    font-size: 14px;
}
.footer  .powerby a{
    color: #929292;
}






.header{
    height: unset;
}
.header .navbar-brand img {
    width: 194px;
    height: unset;
}
.navbar-box {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    /* width: 1200px; */
    width: 1560px;
    margin: 0 auto;
}
.navbar {
    /*padding: 20px 0;*/
    margin: 0 auto;
    height: 80px;
}
.navbar-box .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    padding: 0;
    position: relative;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    position: relative;
}
.navbar-light .navbar-nav >.nav-item {
    position: relative;
    margin-right: 35px;
    line-height: 80px;
    height: 80px;
}
.navbar-light .navbar-nav .active .nav-link::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover::before{
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.logo-c{display:none;}
.y-header-bg {
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
}
.y-header-bg2 {
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
}
.y-header-bg .logo-c,.y-header-bg2 .logo-c{display: block}

.y-header-bg .logo-w,.y-header-bg2 .logo-w{display: none }

.y-header-bg .navbar-box .navbar-nav .nav-link,.y-header-bg2 .navbar-box .navbar-nav .nav-link {
    color: #000;
}
.y-header-bg .navbar-nav .active>.nav-link,.y-header-bg2 .navbar-nav .active>.nav-link {
    color: #0281FF;
}
.y-header-bg .navbar-nav .active.nav-link::after,.y-header-bg2 .navbar-nav .active.nav-link::after {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background: #0281FF;*/
}
.y-header-bg .navbar-nav .show>.nav-link,.y-header-bg2 .navbar-nav .show>.nav-link {
    color: #000;
}
.y-header-bg .navbar-nav .nav-link:hover,.y-header-bg2 .navbar-nav .nav-link:hover {
    color: #0281FF;
}
.y-header-bg .navbar-nav .nav-link:hover:after,.y-header-bg2 .navbar-nav .nav-link:hover:after{
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background: #0281FF;*/
}

.y-page {
    
}
.y-page .left {
    
}
.y-page .right {
    text-align: right;
}
.y-page .page-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}
.y-page .ellipsis {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-right: 5px;
    display: inline-block;
}
.y-page .page-num.page-num-current {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0281FF;
    border-radius: 50%;
    color: #fff;
}
.y-page .right .iconfont {
    color: #E0E0E0;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
}
.y-page .right .iconfont:hover {
    color: #0281FF;
}
.y-page .icon-left {
    transform: rotate(268deg);
}
.y-page .icon-right {
    transform: rotate(90deg);
}
.navbar .nav-item .dropdown-menu { 
    margin: 0; 
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 10px;
} 
.navbar .nav-item:hover .dropdown-menu { 
    display: block;
    top: 80px;
} 
.pcNavLink {
    display: block;
}
.dropdown-item {
    /*color: #fff;*/
    line-height: initial;
}
.dropdown-item:hover {
    /*color: #fff;*/
}
.y-dropdown-menu-box {
    width: 100%;
    text-align: center;
}
.navbar .nav-item .dropdown-menu {
    border: none;
    background-color: transparent;
}
.y-dropdown-menu {
    /*display: flex;*/
    /*justify-content: center;*/
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 1);
}
.y-dropdown-menu .y-dropdown-item {
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
}

.y-dropdown-menu .title {
    white-space: nowrap;
    margin: 0;
    padding-bottom: 10px;
    color: #333;
    font-size: 12px;
    line-height: 15px;
}
.y-dropdown-menu .img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    transition: all 0.4s;
}
.y-dropdown-menu .y-dropdown-item:hover .img {
    transform: scale(1.2);
}
.y-dropdown-menu .more {
    white-space: nowrap;
    margin: 0;
    padding-top: 10px;
    color: #333;
    font-size: 12px;
    line-height: 15px;
}
#mobileNavLink {
    display: none;
}

.page-position{
    line-height:40px;
}
.page-position a{
    color: #333;
}
@media (min-width: 768px) {
    #china-map {
        /* width: 100%; */
        width: 680px;
        height: 490px;
        margin: 150px auto 0;
    }
}
@media (max-width: 992px) {
    .pcNavLink {
        display: none;
    }
    #mobileNavLink {
        display: block;
    }
    #navchildmenu {
        display: none !important;
    }
}
@media (max-width:768px) {
    
    #china-map {
        /* width: 100%; */
        width: 375px;
        height: 353px;
        margin: 150px auto 0;
    }
    
    /* .navbar {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #fff;
    }
    .header{
        height: unset;
    }
    .header .navbar-brand img{
        width: 120px;
        height: unset;
    } */
}
@media (max-width: 1700px) {
    .navbar-box {
        width: 1200px;
    }
    body .top-img .join-text {
        top: 130px;
    }
    body .top-img .join-text .text {
        font-size: 40px;
    }
    body .top-img .join-text .text2 {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    body .top-img .join-text .text {
        font-size: 30px;
    }
    body .top-img .join-text .text2 {
        font-size: 20px;
    }
    .navbar-box {
        width: 100%;
        background: #fff;
    }
    .navbar {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        box-shadow: 0 0 11px 3px #cfcfcf;
        height: auto;
    }
    .navbar-box .navbar-light .navbar-nav .nav-link {
        color: #212529;
    }
    .navbar-light .navbar-nav >.nav-item {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .navbar-light .navbar-nav >.nav-item {
        margin-right: 0;
        line-height: inherit;
        height: auto;
    }
    .mobileTop {
        margin-top: 82px;
    }
    .company-page {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .y-home-page2img {
        /*margin-top: 50px;*/
    }
    body .y-home-page2img img {
        display: none;
        width: 100%;
        margin-top: 0;
    }
    .map-gif {
        height: 750px;
        background: url(../static/img/mapgif.gif) no-repeat center;
        background-size: 1200px 750px;
    }
    .map-gif .map-number {
        height: 750px;
    }
    .homepage4-pagination {
        width: 100%;    
        bottom: 315px;
        padding: 0 30px;
    }
    #home-page4-banner .swiper-slide {
        background-size: 1800px 100%;
    }
    body #china-map {
        margin-top: 0;
    }
    .chengshi-gif {
        height: auto;
        background: #f5f7fa;
    }
    .chengshi-gif .curr-city-content {
        height: auto;
    }
    .chengshi-gif .curr-city-right {
        padding-top: 20px;
        position: static;
    }
    
    .chengshi-gif .right-bottom-border {
        border-right: none;border-bottom: none;
    }
    .chengshi-gif .bottom-border {
        border-bottom: none;
    }
    .chengshi-gif .right-borber {
        border-right: none;
    }
    .homepage7 .text1 {
        letter-spacing: 20px;
    }
    .homepage7 .text2 {
        letter-spacing: 0px;
    }
    .homepage8 {
        height: auto;
        padding-bottom: 60px;
    }
    .y-page .left {
        text-align: center;
    }
    .y-page .right {
        text-align: center;
    }
    .y-header-bg .navbar-nav .active.nav-item::after {
        width: 0;
        height: 0px;
    }
    .company-page .content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .footer .content p {
        display: inline-block;
    }
}